Twitch Channel Search Scraper
Pricing
from $2.00 / 1,000 results
Twitch Channel Search Scraper
Extract channel data from Twitch search results including follower counts, stream status, and game details. Powered by Twitch Scraper.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
Nifty
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
a day ago
Last modified
Categories
Share
This actor extracts Channels from Twitch search results pages. It captures channel metadata, live stream status, and recent content details directly from the search interface.
Want more from Twitch?
This actor covers Channels only. The full Twitch Scraper browser extension also includes Messages, Channels, Videos, Clips with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.
Get the Twitch Scraper extension
Data Fields
| Field Name | Description | Example |
|---|---|---|
| User Login | Unique username of the channel | "ninja" |
| Display Name | Formatted name shown on profile | "Ninja" |
| Profile Image URL | URL to the channel avatar | "https://static-cdn.jtvnw.net/user-default-pictures-uv/cdd517fe-def4-11e9-948e-784f43822e96-profile_image-300x300.png" |
| Description | Channel bio text | "Professional gamer and entertainer." |
| Broadcast Title | Current or last stream title | "VALORANT Ranked with friends" |
| Followers Count | Total number of followers | 18500000 |
| Last Broadcast ID | ID of the most recent stream | "41234567890" |
| Last Broadcast Started At | Timestamp of last stream start | "2023-10-27T18:00:00Z" |
| Game ID | ID of the game being played | "516575" |
| Game Slug | URL-friendly game name | "valorant" |
| Game Name | Display name of the game | "VALORANT" |
| Stream ID | Current live stream ID | "49876543210" |
| Stream Type | Live status type | "live" |
| Stream Viewers Count | Current live viewer count | 12500 |
| Stream Preview Image URL | Thumbnail of the current stream | "https://static-cdn.jtvnw.net/previews-ttv/live_user_ninja-440x248.jpg" |
| Stream Freeform Tags | Tags assigned to the stream | ["English", "Competitive"] |
| Is Partner | Whether the user is a Twitch Partner | true |
| Latest Video ID | ID of the most recent VOD | "19543210" |
| Latest Video Title | Title of the most recent VOD | "Epic Wins Today" |
| Latest Video Length | Duration of the latest video | "03:45:12" |
| Top Clip ID | ID of the most popular clip | "AwkwardSilentMoment" |
| Top Clip Title | Title of the top clip | "Insane 1v5 Clutch" |
| Top Clip Duration | Duration of the top clip in seconds | 30 |
| Channel Schedule Next Segment | Next scheduled stream time | "2023-10-28T15:00:00Z" |
| Stream URL | Direct link to the live stream | "https://www.twitch.tv/ninja" |
| Channel About URL | Link to the channel about page | "https://www.twitch.tv/ninja/about" |
| Game URL | Link to the game category page | "https://www.twitch.tv/directory/game/VALORANT" |
Input
urls: Array of Twitch search result URL strings.maxItems: Maximum number of channels to extract per URL. Default is 100.
Example Input
{"urls": ["https://www.twitch.tv/search?term=gaming"],"maxItems": 50}
Example Output
[{"userLogin": "shroud","displayName": "shroud","profileImageUrl": "https://static-cdn.jtvnw.net/jtv_user_pictures/shroud-profile_image.png","description": "I am a professional gamer.","broadcastTitle": "Playing some games today","followersCount": 10500000,"lastBroadcastId": "401234567","lastBroadcastStartedAt": "2023-10-27T19:00:00Z","gameId": "32982","gameSlug": "counter-strike","gameName": "Counter-Strike 2","streamId": "401234567","streamType": "live","streamViewersCount": 25000,"streamPreviewImageUrl": "https://static-cdn.jtvnw.net/previews-ttv/live_user_shroud.jpg","streamFreeformTags": ["English", "FPS"],"isPartner": true,"latestVideoId": "12345678","latestVideoTitle": "CS2 Highlights","latestVideoLength": "02:30:00","topClipId": "ShroudAce","topClipTitle": "Clean Ace","topClipDuration": 60,"channelScheduleNextSegment": "2023-10-28T18:00:00Z","streamUrl": "https://www.twitch.tv/shroud","channelAboutUrl": "https://www.twitch.tv/shroud/about","gameUrl": "https://www.twitch.tv/directory/game/Counter-Strike%202"},{"userLogin": "pokimane","displayName": "pokimane","profileImageUrl": "https://static-cdn.jtvnw.net/jtv_user_pictures/pokimane-profile_image.png","description": "hi i'm poki!","broadcastTitle": "Chatting and games","followersCount": 9400000,"lastBroadcastId": "401234568","lastBroadcastStartedAt": "2023-10-27T20:00:00Z","gameId": "509658","gameSlug": "just-chatting","gameName": "Just Chatting","streamId": null,"streamType": "none","streamViewersCount": 0,"streamPreviewImageUrl": null,"streamFreeformTags": ["English", "Social"],"isPartner": true,"latestVideoId": "12345679","latestVideoTitle": "Vlog Day","latestVideoLength": "01:15:00","topClipId": "PokiFunny","topClipTitle": "Funny Moment","topClipDuration": 45,"channelScheduleNextSegment": "2023-10-29T20:00:00Z","streamUrl": "https://www.twitch.tv/pokimane","channelAboutUrl": "https://www.twitch.tv/pokimane/about","gameUrl": "https://www.twitch.tv/directory/game/Just%20Chatting"}]
Disclaimer
This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.